home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global niv_sonido1, niv_sonido2, full_video, idioma
- repeat with xx = 5 to 8
- puppetSprite(xx, 1)
- end repeat
- puppetSprite(11, 1)
- set the locH of sprite 7 to 258 + integer(float(niv_sonido2) * float(54) / float(256))
- set the locV of sprite 7 to 459
- set the locH of sprite 8 to 323 + integer(float(niv_sonido1) * float(54) / float(256))
- set the locV of sprite 8 to 459
- if full_video then
- set the castNum of sprite 6 to 2305
- else
- set the castNum of sprite 5 to 2305
- end if
- set the castNum of sprite 11 to 2299 + idioma
- updateStage()
- end
-